home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 24 / q24.d81 / t.library print < prev    next >
Text File  |  2022-08-28  |  3KB  |  71 lines

  1.  
  2.  
  3.                       L I B R A R Y   P R I N T E R
  4.  
  5.                            Featuring MAGNIPRINT
  6.  
  7.                      by e. g. bell and Fender Tucker
  8.                                      
  9.                                      
  10.     One of the main tasks in solving MURDER IN THE MONASTERY is finding
  11. your way around in the Library of St. Isosceles.  Once you leave the
  12. Courtyard of the Chimera to go into one of the four rooms that open onto
  13. the yard you are in "triangular" rooms.  The name of the saint implies
  14. that the rooms are "isosceles" triangles, meaning that two of the sides
  15. are the same length, but other than that, there are few clues to the
  16. layout of the interior of the Library.
  17.  
  18.     Since I'm annotating the mys-adventure, the obvious thing would be for
  19. the MONASTERY program itself to display a map of the interior of the
  20. Library.  However, "monastery" is so large (and duct-taped together) that
  21. I was afraid to add a routine that loads a hi-res map (in Doodle format).
  22. I was especially worried that adding a nifty printing routine like ed
  23. bell's MAGNIPRINT would cause problems.
  24.  
  25.     So what you have here is a separate little program that performs
  26. several functions:
  27.  
  28.  (1) It helps annotate the mys-adventure by displaying and printing out a
  29. map of the interior of the Library.
  30.  
  31.  (2) It demonstrates how to setup a program of your own to use
  32. MAGNIPRINT.
  33.  
  34.  (3) Since it uses CONTROL80, it shows how to use CONTROL80 and MAGNIPRINT
  35. together.
  36.  
  37.  
  38.  THE LIBRARY PRINTER
  39.  -------------------
  40.  
  41.     When you run this program you get a menu that allows you to select
  42. printer mode (Epson or 1525).  If you're using a 7-pin printer like the
  43. Star NX-1000C (with DIP switch 5 on), the 1525 or the SG-10C, select the
  44. 1525 mode.  Anything else, use the Epson mode and be sure to put your
  45. interface in the "transparent" mode.
  46.  
  47. NOTE: On an Star Gemini printer like the SG-10, put your interface in
  48. 1525-emulating mode (not transparent) and set for an SG-xx printer.  Then
  49. use the 1525 setting in the program.
  50.  
  51.     Then you can choose whether to print a map WITH legend, or a map
  52. WITHOUT legend.  If you are interested in truly solving MURDER IN THE
  53. MONASTERY then print out the map without the legend.  It will show you the
  54. skeletal room layout but won't show you the names of the rooms.  Later, if
  55. you are still stuck in the Library and can't find the two Riddles, you can
  56. print out the map with the legend.
  57.  
  58.  
  59.  MAGNIPRINT
  60.  ----------
  61.  
  62.     If you've written an 80-column program that could use a hi-res screen
  63. print feature, check out the Zero Page article on Side One about setting
  64. up MAGNIPRINT.  If you'd like a demo of how a program using MAGNIPRINT
  65. would look, press R right now and you'll see one.
  66.  
  67. FT
  68.  
  69.                   \\\\\ R - Run    RETURN - Menu \\\\\
  70.  
  71.